Cyber.... Wednesday!
CyberWednesday today! Short term. Great discount. Do not miss your chance!!! **Save up to 30%!!!!** **Only 1 day!** Training courses with samples and support! Maximum licenses on HFT connectors! Speci...
Unable to load existing position from storage
Hi Using my application I opened a position in SPXW call. My application uses CSV storage, so it should have been stored. If I open my application the existing position does not get loaded. I have att...
BTC vs BTC. Arbitrage!
Recently, interest in crypto currencies has grown in leaps and bounds. New exchanges have opened, hard forks, ICO, new crypto-currencies are being created and this whole movement generates a huge sea ...
Receiving TimeoutException
Hi I have moved my application to my server, but on connecting I get an error: 2017/11/07 16:31:02.182|Error |BasketMessageAdapter|Connection error for InteractiveBrokersMessageAdapter: System.Timeout...
Duplicate order id
Hi When I register an new order it does not reflect in IB TWS. In the connector log I get the following error: 2017/11/10 15:07:32.572| |InteractiveBrokersTrader|RegisterOrder: 0/ SPXW 171215C02580000...
Storing positions
Hi I need to store my positions so that when my application starts up it can load the existing positions. The code I use is: var dataPath = @"Data\" + _connectorAccount.AccountName; _entityRegistry = ...
Binary Storage Corrupted
I have been having problems with Saving and Loading candle data from local Binary storage. When I save a set of s# candles to local storage, then immediately reload that data into another list of cand...
Populating order collection
Hi How do I get Orders collection on connector populated with my open orders after connecting the connector? (i.e. if I have open orders on application startup and want to access them through Orders c...
Accessing mytrade details
Hi How do I get S# to trigger NewMyTrade? And how do I get MyTrade collection populated after connecting? (If I already have open trades and then start my application) Regards
Problems registering for trade updates
Hi I tried to register for trade updates by calling RegisterTrades(security), but then I received the error message: No suitable adapter found for Trades S#:SPXW 171215C02580000@SMART, Native:,Type:Op...
Problems registering security for level 1 price updates
I have a windows service that hosts a web api interface. The service connects to an interactive broker TWS. A call to the web api must register the security to receive level 1 price updates. The code ...
Problems with lookup of security
I have a windows service that hosts a web api interface. The service connects to an interactive broker TWS. A call to the web api must lookup the security and return the Id. The code to do this is: va...
Charting to build custom chart
Hi I looked at your charting sample and i am interested in building point and figure charts, can you please guide how can i do it , is it possible to override chart.draw to do custom drawing?
This weekend will be hot
No plans for this weekends? We’ve got them for you! Start option trading with our new Terminal! Three reasons to download and try right now: Get positive mood from volatility smile. Full throttle with...
Hydra - release 4.3.26.1
Hello, friends! Despite the summer months, we continue to work on the project and release a new version of Hydra! In the new release, we added many key improvements. Here are some of them: We have add...
Candle.IsBullishOrBearish() never returns false (i.e. is never Bearish!)
I noticed that the above method never returns 'false' and so cannot indicate bearish signals. The source code is as follows: ``` /// /// Whether the candle is bullish or bearish. /// /// The candle wh...
StockSharp with VisualStudio 2010 and Windows Forms Application
Hello, We are building a trading application using StockSharp APIs for strategy and backtesting. Our application is built using Visual Studio 2010, .NET 4.0. When trying to add reference to S# librari...
Can't get data into Hydra
Hi, At the bottom line of S#.Data (Hydra) - release 4.3.22 I'm getting an error message which begins with: 11:09:43 System.ServiceModel.EndpointNotFoundException: Could not connect to net.tcp://localh...
Cannot generate Bars from TrueFX Level 1 Data
When I look at the "Level 1" Screen I'm able to load the data for a particular symbol and time interval. However, when I try to load the data for the same symbol and time interval in the "Candles" win...